chore(deps): update rusqlite requirement from 0.32 to 0.40#5
chore(deps): update rusqlite requirement from 0.32 to 0.40#5dependabot[bot] wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
openqbw-docs | e0916f3 | Jul 21 2026, 12:52 AM |
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.32.0...v0.40.1) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
9fe0857 to
e0916f3
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
|
Verified and merged directly to main as d6b2eb5. The only rusqlite usage in the workspace (openqbw-cli/src/main.rs) sticks to a stable API surface across the 0.32->0.40 range -- Connection::open, transaction(), prepare(), execute()/query_map()/query_row() with params!, and execute_batch(). cargo build/clippy(-D warnings)/test/fmt all pass with zero code changes needed, and I additionally ran a standalone smoke test exercising the same call patterns against rusqlite 0.40 at runtime to confirm behavior, not just compilation. PR auto-closed by GitHub once the equivalent change landed on main. |
Updates the requirements on rusqlite to permit the latest version.
Release notes
Sourced from rusqlite's releases.
Changelog
Sourced from rusqlite's changelog.
... (truncated)
Commits
6d3c282Merge pull request #1856 from gwenn/0.40.12ba28b7Prepare next releasea021dc7Merge pull request #1854 from gwenn/savepoint534a149Merge pull request #1855 from gwenn/hashlink6d9764fBump hashlink versionfa574ebUsesqlite3_keyword_check15385ccFix SQL injection when SAVEPOINT name is taintede5e48f2Merge pull request #1853 from gwenn/3.53.2ac22292Bump bundled SQLite version to 3.53.2c5f8828Merge pull request #1852 from gwenn/clippy